-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 0.23 into gold/2021 #1457
Conversation
Fix coveralls sources
Clean up unused code in parfors
Remove artifacts from conda/wheel packages residing in root level
Improve pyproject.toml
Remove MANIFEST.in
- Increase the timeout value for pyexpect as spawning gdb on discrete GPU can take more time than on CPU. - Slight modifications on the regex patterns to be matched on hitting a breakpoint. The change was done based on what was observed on Intel Max GPU and gdb-oneapi.
- Allows expected regex to match even when "nonnull" qualifier was not found on retval pointer argument of a function call.
Required fixes to run test suite on Max GPU
update wheel tag with pep600
Ref-count of `arrayobj` was not decremented after use in case `dpnp.ndarray` object was being processed.
…ixing-memory-leak Fixed ref-counting of Python object temporaries in unboxing code
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
How often is gold/2021 updated? Should I just cherry-pick the MANIFEST changes and merge them to gold/2021? |
@AndresGuzman-Ballen let us merge #1458 and the dependabot PR. I will then tag hopefully last RC tag (rc3) and then merge main into gold/2021. Once we test and there are no issues: I will tag final 0.23.0 release and merge into gold/2021. |
Use nrt api to allocate meminfo object
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d39d31e...b7cec75) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
@diptorupd sounds like a plan! |
…ithub/codeql-action-3.25.5 Bump github/codeql-action from 3.25.3 to 3.25.5
Pin numba to 0.59
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@0864cf1...dc50aa9) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ssf/scorecard-action-2.3.3 Bump ossf/scorecard-action from 2.3.1 to 2.3.3
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.11.0 to 4.12.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](jidicula/clang-format-action@v4.11.0...v4.12.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…idicula/clang-format-action-4.12.0 Bump jidicula/clang-format-action from 4.11.0 to 4.12.0
…striction Remove SPIRV version restriction
Set correct package name in README.md
Remove versioneer, organize dpnp monkey patch
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](jidicula/clang-format-action@v4.12.0...v4.13.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…idicula/clang-format-action-4.13.0 Bump jidicula/clang-format-action from 4.12.0 to 4.13.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.25.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b7cec75...9fdb3e4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
@@ -18,7 +18,7 @@ | |||
steps: | |||
- uses: actions/checkout@v4 | |||
- name: Run clang-format style check for C/C++ programs. | |||
uses: jidicula/clang-format-action@v4.11.0 | |||
uses: jidicula/clang-format-action@v4.13.0 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
…ithub/codeql-action-3.25.6 Bump github/codeql-action from 3.25.5 to 3.25.6
Updated Changelog with all changes going into 0.23
Merge 0.23 release into gold/2021